Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app invite add dynamic link data #2519

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DaVinci9196
Copy link
Contributor

Fixed AI Chatbot - Nova account registration issue
Package name: com.scaleup.chatai
Reproduction steps:

  1. Open the APP, click "Sign up for Free"
  2. Enter your email address
  3. Open the email APP, click the corresponding link
  4. Jump to the corresponding details page of the app market

Normal process:
Click the link in the email to jump to AI Chatbot - Nova and complete the registration

Comment on lines 68 to 75
public byte[] toByte() {
Parcel parcel = Parcel.obtain();
writeToParcel(parcel, 0);
byte[] arr_b = parcel.marshall();
parcel.recycle();
return arr_b;
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use SafeParcelableSerializer.serializeToBytes() instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants